* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000000;
}

i {
    font-style: normal;
}

ul li {
    list-style-type: none;
}

img {
    display: block;
}

@font-face {
    font-family: BebasNeue;
    src: url('../fonts/BebasNeue/BebasNeue-Regular.ttf');
}

/* #container {
    width: 1919px;
    overflow: hidden;
} */
@media screen and (max-width:1200px) {
    #container {
        width: 100%;
    }
}

/* banner */
.banner {
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    /* background-color: #fff; */
    background: #eef4f4;
}

.cont {
    width: 65%;
    height: 79px;
    margin: 0 auto;
    display: flex;
}

@media screen and (min-width:1920px) {
    .cont {
        width: 1550px;
    }
}

.banner .top-logo {
    flex: 20%;
}

@media screen and (max-width:1920px) {
    .cont {
        width: 90%;
    }

    .banner .nav {
        margin-left: -1%;
    }
}

@media screen and (max-width:1550px) {
    .cont {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .cont {
        width: 1200px;
    }
}

.banner .logo .go {
    margin-left: -27%;
}

.banner .logo {
    display: inline-block;
    font-size: 0;
}

.logo img {
    display: inline-block;
}

.banner h1 {
    position: absolute;
    left: -9999px;
    top: 14px;
}

.banner .nav {
    /* margin-left: 8%; */
    display: inline-block;
    height: 80px;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    color: #000000;
    line-height: 80px;
    display: flex;
    /* float: right; */
    flex: 70%;
    /* flex: 62%; */
}


.banner .nav ul li {
    display: inline-block;
    /* margin-left: 13px; */
    margin-left: 45px;
    padding: 0 20px 0 10px;
}
@media only screen and (max-width:1760px){
    
    .banner .nav{flex: 71%;}
}
@media screen and (max-width:1660px) {
    .banner .nav {
        flex: 67%;
    }
}

@media screen and (max-width:1550px) {
    .banner .nav {
        margin: 0 auto;
        /* flex: 76%; */
    }

    .banner .nav ul li {
        display: inline-block;
        margin-left: 9px;
    }
}

@media screen and  (min-width:1441px) and (max-width:1451px) {
    .banner .nav{
        flex: 90%;
    }
}
@media screen and  (min-width:1367px) and (max-width:1383px) {
    .banner .nav{
        flex: 80%!important;
    }
}


@media screen and  (min-width:1221px) and (max-width:1306px) {
    .banner .nav{
        flex: 80%!important;
    }
}



@media screen and (max-width:1440px) {
    .banner .top-logo {
        flex: 15%;
    }
    #w_grid-1608540533758{
        width: 95%!important;
    }
}

@media screen and (max-width:1350px) {
    .banner .nav {
        margin-right: 0;
        flex: 65%;
        font-size: 16px;
    }

    .banner .nav ul {
        margin-right: 0;
        flex: 900px;
    }

    .banner .nav ul li {
        /* margin-left: 17px; */
        margin-left: 5px;

    }
}

.banner .sublist {
    /* width: 100%; */
    /* background-color: #fff; */
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 77px;
    left: 0;
    /* box-shadow: 0 3px 3px rgb(0 0 0 / 10%); */
    z-index: 333;
    visibility: hidden;
    /* height: 0px; */
    /* transition: all 0.5s; */
}

.banner .sublist .container {
    width: 1350px;
    margin: 0 auto;
    font-size: 15px;
}


.banner .nav .nav-li:hover>a {
    /* color: #2DB0EB; */
    color: #fff;
    transition: all 0.5s;
    opacity: 1;
    transition: all 0.5s;
}

.banner .nav .nav-li:hover .sublist {
    visibility: visible;
    transition: all 0.5s;
    height: 99px;
}

.banner .sublist .container ul li {
    margin: 10px 20px;
    /* text-align: center; */
    opacity: 0;
}

.banner .sublist .container ul li:hover a {
    color: #2DB0EB;
}

.banner .nav .nav-li:hover .sublist ul li {
    opacity: 1;
    transition: all 0.3s 0.1s;
}

.banner .right-nav {
    width: 10%;
    display: inline-block;
    height: 79px;
    line-height: 79px;
}

.banner .right-nav .sear {
    display: inline-block;
}

.banner .ig {
    display: inline-block;
}

.banner .ig img {
    display: inline-block;
}

.banner .right-nav .ser-btn {
    margin-right: 18px;
    vertical-align: -4px;
    padding: 5px;
}

.banner .right-nav .ser-btn img:hover {
    color: #2DB0EB;
    transition: all 0.5s;
}

.banner .right-nav .ig .line {
    margin-right: 18px;
}

.sear-box .container {
    width: 1350px;
    height: 75px;
    margin: 0 auto;
}

@media screen and (max-width:1460px) {
    .sear-box .container {
        width: 1200px;
    }
}

@media screen and (max-width:1660px) {
    .sear-box .container {
        width: 1400px;
    }
}

.sear-box {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 77px;
    left: 0;
    z-index: 99;
    background-color: #f4f4f4;
    height: 0;
}

.sear-box .container .seat-btn {
    float: right;
    height: 40px;
    margin: 18px 0;
}

.sear-box input[type=text] {
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
    width: 260px;
    height: 40px;
    float: right;
}

.seat-btn button {
    border: none;
    outline: none;
    background: url(../images/h-icon-serch.png) no-repeat;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-position: center;
    cursor: pointer;
    float: right;
}

.swiper.swiper-slide {
    display: inline-block;
}


.scrollView .about-container {
    display: flex;
}

.scrollView .about-container .top {
    padding-bottom: 10px;
    width: 60%;
    margin-right: 10%;
}

.scrollView .about-container .top-tit {
    width: 200px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #f9f9f9;
    line-height: 30px;
    padding: 5px 20px;
    margin-top: 20px;
    margin-left: 20px;
    background-color: #2db0eb;
}

.scrollView .about-container .tit {
    /* height: 71px; */
    font-size: 34px;
    font-family: BebasNeue;
    font-weight: 400;
    color: #000000;
    /* line-height: 52px; */
    margin: 20px;
    letter-spacing: 5px;
}

.scrollView .about-container .desc {
    font-size: 16px;
    font-family: Arial;
    color: #222222;
    line-height: 25px;
    margin: 0 20px;
}

/* swiper */
.swiper1 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1950px) {
    .swiper1 {
        width: 100%;
    }

    .swiper1 img {
        width: 1950px;
    }
}

@media screen and (max-width:1550px) {
    .swiper1 {
        width: 100%;
    }

    .swiper1 img {
        width: 1550px;
    }
}

@media screen and (max-width:1200px) {
    .swiper1 {
        width: 100%;
    }

    .swiper1 img {
        width: 1200px;
    }
}

.swiper1 img {
    display: block;
    width: 100%;
}

/*
.swiper1 .bg {
    opacity: 0.5;
    position: absolute;
    top: 0;
}

.swiper1 .pic-tit {
    font-size: 76px;
    font-family: BebasNeue;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.swiper1 .pic-desc {
    width: 1200px;
    white-space: nowrspe;
    font-size: 36px;
    font-family: Verdana;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper1 .font {
    position: absolute;
    top: 270px;
    left: 201px;
}

.swiper1 .but {
    position: absolute;
    top: 63%;
    left: 10%;
    background-color: #2DB0EB;
    border-radius: 20px 0px 20px 0px;
}

.swiper1 .but p {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    font-family: Verdana;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 30px;
} */

/* .scrollView */
/* .scrollView {
    width: 200px;
    margin: 0 auto;
    position: relative;
} */
.about-container {
    width: 1500px;
    margin: 0 auto;
    padding: 80px 10px;
    position: relative;
}

/* .content .abo-tit {
    font-size: 71px;
    font-family: BebasNeue;
    font-weight: 400;
    color: #000000;
    margin: 40px 0;
    letter-spacing: 5px
} */

.about-container .desc {
    /* width: 50%; */
    display: inline-block;
}

/* .about-container .desc p{
    height: 30px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
} */

.about-container .mid,
.about-container .top {
    display: inline-block;
    width: 45%;
}

.about-container .mid,
.about-container .mid {
    display: inline-block;
    width: 45%;
    margin-top: 150px;
}

.about-container .mid .out-pic {
    display: inline-block;
    position: relative;
}

.about-container .mid .out-pic img {
    display: inline-block;
}

/* .about-container .mid .out-pic .img-fir{
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1;
} */
.about-container .mid .out-pic .img-sec {
    position: absolute;
    top: -110px;
    right: -46px;
    z-index: -1;
}

.about-container .bot {
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    color: #2db0eb;
    font-family: Arial;
    padding: 0 37px;
    border: 1px solid;
    display: inline-block;
    margin: 20px 0 0 10px;
}

.about-container .bot p {
    color: #2db0eb;
}

.about-container a:hover .bot {
    background-color: #2db0eb;
    border: 1px solid #fff;
}

.about-container a:hover .bot p {
    color: #fff;
}

/* .content .right .top {
    position: absolute;
    top: 12%;
    right: 8px;
}

.content .right .pic {
    position: absolute;
    top: 230px;
    right: 75px;
    z-index: 10;
} */

@media screen and (max-width:1550px) {
    .about-container {
        width: 90%;
    }

    /* .about-container .desc {
        width: 60%;
        display: inline-block;
    }

    .about-container .mid img {
        width: 30%;
    } */
}

@media screen and (max-width:1200px) {
    .about-content {
        width: 90%;
    }
}

.content .le-bo {
    display: inline-block;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    margin-top: 77px;
    transition: all 0.5s;

}

.content a:hover .le-bo {
    border: 1px solid #DCDCDC;
    background-color: #2DB0EB;
    transition: all 0.5s;
}

.content .le-bo .desc {
    height: 44px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #2DB0EB;
    line-height: 44px;
    padding: 0 37px;
}

.content a:hover .desc {
    color: #fff;
    transition: all 0.5s;
}

/* pc-footer */

.pc-footer {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background: #1C74B4;
    padding: 2% 0;
    padding-left: 11%;
}

.pc-footer a {
    color: #fff;
}

.pc-footer a:hover {
    color: rgb(188, 188, 188);
    transition: all 0.5s;

}

.pc-footer .posi-img {
    position: absolute;
    bottom: -101px;
    right: 0px;
}

.pc-footer .left-nav {
    display: flex;
    width: 61%;
    float: left;
}


@media screen and (max-width:1950px) {
    .pc-footer {
        width: 100%;
    }

    .pc-footer .left-nav {
        width: 61%;
    }
}



@media screen and (max-width:1550px) {
    .pc-footer {
        width: 100%;
        padding-left: 1%;
    }
}

@media screen and (max-width:1200px) {
    .pc-footer {
        width: 1200px;
    }
}

.pc-footer .left-nav .abo {
    margin-right: 5%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.pc-footer .left-nav ul li {
    /* height: 35px; */
    font-size: 15px;
    font-family: Verdana;
    font-weight: 400;
    /* color: #FFFFFF; */
    line-height: 35px;
}

.pc-footer .left-nav .tit {
    height: 60px;
    font-size: 20px;
    font-family: Verdana;
    /* font-weight: bold; */
    color: #FFFFFF;
    /* line-height: 110px; */
}

.pc-footer .right-nav {
    width: 23%;
    float: left;
    /* padding-top: 37px; */
}

.pc-footer .right-nav p {
    /* width: 197px; */
    height: 35px;
    font-size: 15px;
    font-family: Verdana;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
}

.pc-footer .right-nav .phone {
    height: 50px;
    font-size: 28px;
    font-family: Arial;
    font-weight: 400;
    color: #FFDE00;
    line-height: 50px;
}

.pc-footer .im {
    font-size: 0;
    margin-top: 100px;
}

.pc-footer .im a:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

.pc-footer .im img {
    display: inline-block;
    margin-right: 14px;
}

.pc-footer .bottom {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-color: #0E5A91;
    height: 80px;
    padding-left: 204px;
    display: block;
}

.pc-footer .bottom span {
    height: 100px;
    font-size: 14px;
    font-family: Verdana;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.43);
    line-height: 100px;
}

.pc-footer .bottom a {
    color: rgba(255, 255, 255, 0.43);
}

.pc-footer .bottom a:hover {
    color: #fff;
    transition: all 0.5s;
}

@media screen and (max-width:1220px) {
    .banner .top-logo {
        flex: 0%;
    }

    .banner .nav {
        font-size: 15px;
    }

    .banner .nav ul li {
        padding: 0px 20px 0 5px;
    }
}


/* .nav-li i::before { */
/* content: "▼"; */
/* content: ""; */
/* background: url(); */
/* width: 15px;
    height: 15px;
    position: absolute; */
/* top: 35px; */
/* width: 15px; */
/* height: 15px; */
/* content:""; */
/* background: url(../images/V.png); */

/* } */




/* .Headericon::after{
    background:url(../images/V.png);
    width: 15px;
    height:15px;
    display:inline-block;
 } */
.nav-li:hover {
    background-color: #1C74B4;
}

.nav-li:hover i::before {
    background: url(../images/V_active.png);
}


@media screen and (max-width:1743px) {
    .banner .nav ul li {
        /* padding: 0 15px 0 10px; */
        margin-left: 35px;
    }

}

@media screen and (max-width:1366px) {
    .banner .top-logo {
        flex: 12%;
    }
}

.newColorIndex{
    color:#004f95;
}